space
Previous Page | Next Page

SAS Namespace Types

AbstractJob


Subclass of Transformation

Subtypes


Overview

A job is a set of processes that initiate a process or create an output such as a data store or output table. A given job can produce a single output or multiple outputs. In addition, jobs can be scheduled.

As a supertype, the AbstractJob metadata type defines metadata that is common to all metadata types that define a job and should not be instantiated. When actually defining a job, use the Job metadata type and follow the recommendations for other metadata types provided in the documentation for the feature for which you want to create metadata. For instance, if you want to create a job for the LSF Scheduler, read the documentation for the scheduler.

Security Inheritance and Enforcement Rules

The following list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, IsActive, IsHidden, IsUserDefined, LockedBy, PublicType, TransformRole, UsageVersion

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.
Name Cardinality Description Associated Types
JobActivities

Partner: Jobs

0 to * The activities associated with this job.  TransformationActivity

Inherited Associations
AccessControls/Objects, AssociatedPrompt/ValueSource, Changes/Objects, ComputeLocations/ComputeTasks, ConditionActionSets/AssociatedTransformation, CustomAssociations/OwningObject, Customizers/CustomizedTransformations, DeployedComponents/InitProcesses, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, Groups/Members, Implementors/ImplementedObjects, Keywords/Objects, LocalizedAttributes/AssociatedLocalizedObject, Notes/Objects, PrimaryPropertyGroup/AssociatedObject, Prompts/PromptEnabledObject, Properties/AssociatedObject, PropertySets/OwningObject, ReferencedObjects/AssociatedObjects, ResponsibleParties/Objects, SourceCode/AssociatedTransformation, SourceSpecifications/SpecSourceTransformations, SourceTransformations/TransformationSources, SpecSourceTransformations/SourceSpecifications, SpecTargetTransformations/TargetSpecifications, Steps/Transformations, SubstitutionVariables/OwningTransformation, TargetSpecifications/SpecTargetTransformations, TargetTransformations/TransformationTargets, Timestamps/Objects, TransformationSources/SourceTransformations, TransformationTargets/TargetTransformations, Trees/Members, TriggeredEvents/TriggeringTransforms, TriggeringEvents/TriggeredTransforms, TSObjectNamespace/TSObjects, UsedByPrototypes/UsingPrototype, UsingPrototype/UsedByPrototypes, Variables/AssociatedObject

Association Details

JobActivities
     Cardinality:   0 to *
     Partner:  Jobs

The activities associated with this job. 

Associated Types:
TransformationActivity

Previous Page | Next Page | Top of Page